:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.counseling_offline .table {
  margin-bottom: 15px;
}
.counseling_offline .table_th {
  width: 200px;
  padding-left: 30px;
  font-weight: 700;
}
.counseling_offline .table_td span {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
}
.counseling_offline .table_td a {
  color: #1800ff;
  font-size: 13px;
}
.counseling_offline .table_td a.underline {
  margin-left: 5px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.counseling_offline .table_td .select {
  margin-right: 5px;
}
.counseling_offline .table_td .select:last-of-type {
  margin-right: 0;
}
.counseling_offline .table_td .input_text {
  height: 40px;
}
.counseling_offline .table_td .radio_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.counseling_offline .table_td .radio_tab li {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  height: auto;
  border-bottom: none;
}
.counseling_offline .table_td .radio_tab li a {
  color: #222;
  font-size: 15px;
  width: 70px;
  height: 40px;
  border: 1px solid #ddd;
}
.counseling_offline .table_td .radio_tab li.on a {
  color: #0082ff;
  border-color: #0082ff;
}
.counseling_offline .table_td .radio_tab li.on::before {
  content: none;
}
.counseling_offline .table_td .radio_panel {
  width: 100%;
  margin-bottom: 15px;
}
.counseling_offline .table_td .radio_panel li .label_box {
  gap: 15px;
}
.counseling_offline .table_td .radio_panel li .label_box label span {
  font-size: 15px;
  margin: 0;
}
.counseling_offline .table_td .radio_panel li .label_box label span:hover {
  color: #0082ff;
}
.counseling_offline .table_td .radio_panel li .label_box label input {
  display: none;
}
.counseling_offline .table_td .radio_panel li .label_box label input:checked + span {
  color: #0082ff;
}
.counseling_offline .table_td .radio_panel + .tiny_noti {
  color: #bbb;
  font-size: 12px;
  margin: 0;
}
.counseling_offline .table_td.in_rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.counseling_offline .tab1.step1 p {
  margin: 150px 0 150px 0;
  color: #222222;
  font-size: 15px;
  text-align: center;
}
.counseling_offline .tab1.step1 .btn_wrap button {
  width: 380px;
  margin: initial;
}
.counseling_offline .tab1.step2 .sub_page_info.privacy1 p {
  line-height: 1.4;
  padding-left: 0;
  font-weight: 400;
}
.counseling_offline .tab1.step2 .sub_page_info.privacy1 p::before {
  content: "";
}
.counseling_offline .tab1.step2 .privacy2 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 700;
}
.counseling_offline .tab1.step2 .input_wrap {
  width: 250px;
  margin-right: 10px;
}
.counseling_offline .tab1.step2 .dropdownWrapper {
  width: 250px;
}
.counseling_offline .tab2.step1 .offline_custom li:first-of-type {
  background-color: #fafafa;
}
.counseling_offline .tab2.step1 .offline_custom .table_th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0;
  text-align: center;
}
.counseling_offline .tab2.step1 .offline_custom .table_td {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.counseling_offline .tab2.step1 .offline_custom .table_td a {
  color: #1800ff;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.counseling_complete .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: initial;
  text-align: center;
  padding: 150px 0 180px;
}
.counseling_complete .inner .contents {
  width: 950px;
}
.counseling_complete .inner .contents_title {
  margin: 0 auto 120px;
}
.counseling_complete .inner .contents_title h3 {
  font-weight: 700;
  font-size: 59px;
  margin: 0 auto 50px;
}
.counseling_complete .inner .contents_title h3::before {
  content: "";
  display: block;
  width: 104px;
  height: 88px;
  margin: 0 auto 40px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/counseling/complete_check.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.counseling_complete .inner .contents_title h3 span {
  color: #0082ff;
}
.counseling_complete .inner .contents_title h6 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
}
.counseling_complete .inner .contents_inner .box_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 25px;
  margin: 0 auto 60px;
}
.counseling_complete .inner .contents_inner .box_wrap .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  height: 440px;
  background: #fbfbfb;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 50px 0 29px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.counseling_complete .inner .contents_inner .box_wrap .box:nth-child(1) {
  gap:38px;
}
.counseling_complete .inner .contents_inner .box_wrap .box:nth-child(2) {
  gap:19px;
}
.counseling_complete .inner .contents_inner .box_wrap .box:nth-child(3) {
  gap:24px;
}
.counseling_complete .inner .contents_inner .box_wrap .box:nth-child(4) {
  gap:56px;
}
.counseling_complete .inner .contents_inner .box_wrap .box:nth-child(5) {
  gap:34px;
}
.counseling_complete .inner .contents_inner .box_wrap .box:nth-child(6) {
  gap:39px;
}
.counseling_complete .inner .contents_inner .box_wrap .box_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
.counseling_complete .inner .contents_inner .box_wrap .box_title i {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  margin: 0 auto 25px;
}
.counseling_complete .inner .contents_inner .box_wrap .box_title b {
  font-weight: 700;
}
.counseling_complete .inner .contents_inner .box_wrap .box .tiny_noti {
  font-size: 11px;
  color: #777777;
  opacity: 0.7;
  margin-top: 20px;
}
.counseling_complete .inner .contents_inner .ap_btn_wrap{
  display: flex;gap:56px;justify-content: center;
}
.counseling_complete .inner .contents_inner .btn {
  display: block;
  width: 70%;
  max-width: 380px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: #222222;
  padding: 21px 0;
  
}
.counseling_kakaotalk h3 {
  margin: 60px 0 18px 0;
  line-height: 1.2;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.counseling_kakaotalk h3 span {
  color: #ff8a00;
}
.counseling_kakaotalk .contents_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 18px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.counseling_kakaotalk .contents_title span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
}
.counseling_kakaotalk .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid #222222;
}
.counseling_kakaotalk .contents_inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
  background-color: #fff9e0;
  border-radius: 10px 0 0 0;
}
.counseling_kakaotalk .contents_inner .box i {
  display: inline-block;
  width: 68px;
  height: 29px;
  line-height: 27px;
  margin-bottom: 18px;
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  border: 1px solid #222222;
  border-radius: 40px;
}
.counseling_kakaotalk .contents_inner .box p {
  margin-bottom: 40px;
  color: #222222;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  font-weight:500;
}
.counseling_kakaotalk .contents_inner .box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 163px;
}
.counseling_kakaotalk .contents + .qr {
  margin-top: 58px;
}
.counseling_kakaotalk .contents + .qr .contents_inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px 10px;
  padding: 30px 20px 60px 20px;
  background-color: #fffdf5;
}
.counseling_kakaotalk .contents + .qr .box {
  width: calc(25% - 8px);
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.counseling_kakaotalk .contents + .qr .box p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
.counseling_kakaotalk .contents + .qr .box .img {
  margin-bottom: 35px;
  width: 87px;
  min-height: initial;
}
.counseling_kakaotalk .contents + .qr .box .img.custom1 {
  width: 103px;
  height: 87px;
}
.counseling_kakaotalk .contents + .qr .box span {
  color: #777777;
  font-size: 14px;
}
.counseling_kakaotalk .contents.id_search .contents_inner .box:nth-of-type(2) .img {
  margin: 0 -14px;
}
.counseling_qna h2 {
  margin-bottom: 30px;
}
.counseling_qna .write .table {
  margin-bottom: 10px;
}
.counseling_qna .write .table_th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  font-weight: 700;
}
.counseling_qna .write .table .input_text {
  height: 40px;
}
.counseling_qna .write .table .cust03Edit {
  margin-top: 10px;
}
.counseling_qna .write .btn_wrap {
  margin-top: 60px;
}
.counseling_qna .list .table li:hover {
  background-color: rgba(0, 0, 0, 0.02);
  cursor: pointer;
}
.counseling_qna .list .table li:hover .table_td:nth-of-type(4) {
  font-weight: 700;
}
.counseling_qna .list .table_td {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.counseling_qna .list .table_td:nth-of-type(1) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 60px;
}
.counseling_qna .list .table_td:nth-of-type(2) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 110px;
}
.counseling_qna .list .table_td:nth-of-type(3) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 95px;
}
.counseling_qna .list .table_td:nth-of-type(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.counseling_qna .list .table_td:nth-of-type(5) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 95px;
}
.counseling_qna .list .table_td:nth-of-type(5) span {
  color: #0082ff;
}
.counseling_qna .list .table_td:nth-of-type(6) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 130px;
}
.counseling_qna .list .table .for_no_list {
  width: 100%;
  padding: 10px 0 10px 0;
}
.counseling_qna .list .table .for_no_list .table_td {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  cursor: default;
}
.counseling_qna .view .table li:first-of-type {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  min-height: 60px;
  background-color: #f6f6f6;
}
.counseling_qna .view .table li:first-of-type .table_th {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 19px;
  padding-right: 15px;
  padding-bottom: 19px;
  line-height: 1.4;
}
.counseling_qna .view .table li:first-of-type .table_td {
  min-height: initial;
  padding-top: 23px;
}
.counseling_qna .view .table li:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.counseling_qna .view .table li:hover:first-of-type {
  background-color: #f6f6f6;
}
.counseling_qna .view .table li:hover:nth-of-type(2) {
  background-color: #ffffff;
}
.counseling_qna .view .table_th {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}
.counseling_qna .view .table_th .blue {
  margin-right: 10px;
  color: #0082ff;
  white-space: nowrap;
}
.counseling_qna .view .table_td {
  width: initial;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  color: #bbbbbb;
  font-size: 13px;
}
.counseling_qna .view .table_td span {
  height: 12px;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #d7d7d7;
}
.counseling_qna .view .table_td span:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.counseling_qna .view .table_td span:nth-of-type(1).done {
  color: #0082ff;
}
.counseling_qna .view .table_td:nth-of-type(2) {
  width: initial !important;
}
.counseling_qna .view .btn_wrap {
  margin-top: 30px;
}
.counseling_faq h2 {
  margin-bottom: 30px;
}
.counseling_faq fieldset details {
  position: relative;
}
.counseling_faq fieldset details summary {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  color: #222222;
  font-size: 15px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  list-style: none;
}
.counseling_faq fieldset details summary::-webkit-details-marker {
  display: none;
}
.counseling_faq fieldset details summary::before {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  content: "";
  width: 9px;
  height: 14px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/modal_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.counseling_faq fieldset details summary:hover {
  color: #0082ff;
}
.counseling_faq fieldset details[open] summary::before {
  -webkit-transform: translate(0, -50%) rotate(270deg);
          transform: translate(0, -50%) rotate(270deg);
}
.counseling_faq fieldset details .answer {
  width: 100%;
  padding: 25px 30px;
  line-height: 1.4;
  color: #222222;
  font-size: 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 1200px) {
  .counseling_offline .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .counseling_offline .sub_page_img > img {
    width: 100%;
  }
  .counseling_offline .table {
    margin-bottom: 6rem;
  }
  .counseling_offline .table_th {
    width: 20rem;
    padding-left: 3rem;
  }
  .counseling_offline .table_td span {
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 1.3rem;
  }
  .counseling_offline .table_td a {
    font-size: 1.3rem;
  }
  .counseling_offline .table_td a.underline {
    margin-left: 0.5rem;
    text-underline-offset: 0.5rem;
  }
  .counseling_offline .table_td .select {
    margin-right: 0.5rem;
  }
  .counseling_offline .table_td .input_text {
    height: 4rem;
  }
  .counseling_offline .table_td .radio_tab {
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .counseling_offline .table_td .radio_tab li a {
    font-size: 1.5rem;
    width: 7rem;
    height: 4rem;
  }
  .counseling_offline .table_td .radio_panel {
    margin-bottom: 1.5rem;
  }
  .counseling_offline .table_td .radio_panel li .label_box {
    gap: 1.5rem;
  }
  .counseling_offline .table_td .radio_panel li .label_box label span {
    font-size: 1.5rem;
  }
  .counseling_offline .table_td .radio_panel + .tiny_noti {
    font-size: 1.2rem;
  }
  .counseling_offline .tab1.step1 p {
    margin: 15rem 0 15rem 0;
    font-size: 1.5rem;
  }
  .counseling_offline .tab1.step1 .btn_wrap button {
    width: 38rem;
  }
  .counseling_offline .tab1.step2 .privacy2 {
    margin-top: 2rem;
    margin-bottom: 6rem;
    font-size: 1.5rem;
  }
  .counseling_offline .tab1.step2 .input_wrap {
    width: 25rem;
    margin-right: 1rem;
  }
  .counseling_offline .tab1.step2 .dropdownWrapper {
    width: 25rem;
  }
  .counseling_offline .tab2.step1 .offline_custom .table_td a {
    font-size: 1.5rem;
    text-underline-offset: 0.5rem;
  }
  .counseling_complete .inner {
    padding: 15rem 0 18rem;
  }
  .counseling_complete .inner .contents {
    width: 100%;
  }
  .counseling_complete .inner .contents_title {
    margin: 0 auto 12rem;
  }
  .counseling_complete .inner .contents_title h3 {
    font-size: 5rem;
    margin: 0 auto 5rem;
  }
  .counseling_complete .inner .contents_title h3::before {
    width: 10.4rem;
    height: 8.8rem;
    margin: 0 auto 4rem;
  }
  .counseling_complete .inner .contents_title h6 {
    font-size: 3rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap {
    gap: 3rem 2.5rem;
    margin: 0 auto 6rem;
    padding: 0 2rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box {
    height: 44rem;
    padding: 5rem 0;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box_title {
    font-size: 2rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box_title i {
    font-size: 2.2rem;
    margin: 0 auto 2.5rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box .tiny_noti {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
  .counseling_complete .inner .contents .btn {
    font-size: 1.8rem;
    padding: 2rem 0;
  }
  .counseling_kakaotalk .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .counseling_kakaotalk .sub_page_img > img {
    width: 100%;
  }
  .counseling_kakaotalk h3 {
    margin: 6rem 0 1.8rem 0;
    font-size: 3rem;
  }
  .counseling_kakaotalk .contents_title {
    margin-bottom: 1.8rem;
    font-size: 2rem;
  }
  .counseling_kakaotalk .contents_title span {
    margin-left: 1rem;
    font-size: 1.5rem;
  }
  .counseling_kakaotalk .contents_inner {
    gap: 1rem;
    padding-top: 3rem;
  }
  .counseling_kakaotalk .contents_inner .box {
    padding: 3rem 0;
    border-radius: 1rem 0 0 0;
  }
  .counseling_kakaotalk .contents_inner .box i {
    width: 6.8rem;
    height: 2.9rem;
    line-height: 2.7rem;
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
    border-radius: 4rem;
  }
  .counseling_kakaotalk .contents_inner .box p {
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }
  .counseling_kakaotalk .contents_inner .box .img {
    min-height: 16.3rem;
  }
  .counseling_kakaotalk .contents + .qr {
    margin-top: 5.8rem;
  }
  .counseling_kakaotalk .contents + .qr .contents_inner {
    gap: 2rem 1rem;
    padding: 3rem 1rem 6rem 1rem;
  }
  .counseling_kakaotalk .contents + .qr .box {
    width: calc(25% - 0.8rem);
    border-radius: 1.5rem;
  }
  .counseling_kakaotalk .contents + .qr .box p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .counseling_kakaotalk .contents + .qr .box .img {
    margin-bottom: 3.5rem;
    width: 8.7rem;
  }
  .counseling_kakaotalk .contents + .qr .box .img.custom1 {
    width: 10.3rem;
    height: 8.7rem;
  }
  .counseling_kakaotalk .contents + .qr .box span {
    font-size: 1.4rem;
  }
  .counseling_kakaotalk .contents.id_search .contents_inner .box:nth-of-type(2) .img {
    margin: 0 -1.4rem;
  }
  .counseling_qna .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .counseling_qna h2 {
    margin-bottom: 3rem;
  }
  .counseling_qna .write .table {
    margin-bottom: 1rem;
  }
  .counseling_qna .write .table_th {
    width: 17rem;
  }
  .counseling_qna .write .table .input_text {
    height: 4rem;
  }
  .counseling_qna .write .table .cust03Edit {
    margin-top: 1rem;
  }
  .counseling_qna .write .btn_wrap {
    margin-top: 6rem;
  }
  .counseling_qna .list .table_td:nth-of-type(1) {
    width: 6rem;
  }
  .counseling_qna .list .table_td:nth-of-type(2) {
    width: 11rem;
  }
  .counseling_qna .list .table_td:nth-of-type(3) {
    width: 9.5rem;
  }
  .counseling_qna .list .table_td:nth-of-type(5) {
    width: 9.5rem;
  }
  .counseling_qna .list .table_td:nth-of-type(6) {
    width: 13rem;
  }
  .counseling_qna .view .table li:first-of-type {
    padding: 0 2rem;
    min-height: 6rem;
  }
  .counseling_qna .view .table li:first-of-type .table_th {
    padding-top: 1.9rem;
    padding-right: 1.5rem;
    padding-bottom: 1.9rem;
  }
  .counseling_qna .view .table li:first-of-type .table_td {
    padding-top: 2.3rem;
  }
  .counseling_qna .view .table_th .blue {
    margin-right: 1rem;
  }
  .counseling_qna .view .table_td {
    font-size: 1.3rem;
  }
  .counseling_qna .view .table_td span {
    height: 1.2rem;
    margin-left: 0.7rem;
    padding-left: 0.7rem;
  }
  .counseling_qna .view .btn_wrap {
    margin-top: 3rem;
  }
  .counseling_qna .tab1.list {
    min-height: calc(100vh - 686px);
  }
  .counseling_faq .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .counseling_faq .sub_page {
    min-height: calc(100vh - 575px);
  }
  .counseling_faq h2 {
    margin-bottom: 3rem;
  }
  .counseling_faq fieldset details summary {
    height: 6rem;
    line-height: 6rem;
    padding: 0 3rem;
    font-size: 1.5rem;
  }
  .counseling_faq fieldset details summary::before {
    right: 1.5rem;
    width: 0.9rem;
    height: 1.4rem;
  }
  .counseling_faq fieldset details .answer {
    padding: 2.5rem 3rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .counseling_offline .inner {
    padding: 1rem 1rem 3rem 1rem;
  }
  .counseling_offline .tab_base {
    margin-bottom: 3rem;
  }
  .counseling_offline .table {
    margin-bottom: 3rem;
  }
  .counseling_offline .table_th {
    width: 15rem;
    padding-left: 1rem;
  }
  .counseling_kakaotalk .contents_inner .box {
    padding: 3rem 1rem;
  }
  .counseling_kakaotalk .contents_inner .box i {
    width: 6rem;
    height: 2.6rem;
    line-height: 2.5rem;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
  .counseling_kakaotalk .contents_inner .box p {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .counseling_kakaotalk .contents.id_search .contents_inner .box:nth-of-type(2) .img {
    margin: 0 -1rem 0 -1.5rem;
  }
  .counseling_qna .write .table_th {
    width: 13rem;
  }
  .counseling_qna .list .table_td:nth-of-type(1) {
    width: 4rem;
  }
  .counseling_qna .list .table_td:nth-of-type(2) {
    width: 8rem;
  }
  .counseling_qna .list .table_td:nth-of-type(3) {
    width: 8rem;
  }
  .counseling_qna .list .table_td:nth-of-type(5) {
    width: 8rem;
  }
  .counseling_qna .list .table_td:nth-of-type(6) {
    width: 10rem;
  }
  .counseling_faq .sub_page {
    min-height: calc(100vh - 495px);
  }
}
@media screen and (max-width: 768px) {
  .counseling_offline .table_th {
    width: 15rem;
    min-height: 6rem;
    padding-left: 1rem;
  }
  .counseling_offline .table_td {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 6rem;
  }
  .counseling_offline .table_td .w250 {
    width: 100% !important;
  }
  .counseling_offline .table_td span {
    display: inline-block;
    margin: 0 0;
    font-size: 1.3rem;
  }
  .counseling_offline .table_td span:first-of-type {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .counseling_offline .table_td span:nth-of-type(2) {
    margin-right: 0.5rem;
  }
  .counseling_offline .table_td a {
    font-size: 1.3rem;
  }
  .counseling_offline .table_td a.underline {
    margin-left: 0.3rem;
    text-underline-offset: 0.3rem;
  }
  .counseling_offline .table_td .select {
    margin-right: 0.5rem;
  }
  .counseling_offline .table_td .input_text {
    height: 4rem;
  }
  .counseling_offline .table_td .label_box {
    gap: 0.5rem 2rem;
  }
  .counseling_offline .table_td .radio_tab {
    gap: 0.5rem;
  }
  .counseling_offline .table_td .radio_tab li a {
    width: 5rem;
    font-size: 1.3rem;
  }
  .counseling_offline .table_td .radio_panel li .label_box {
    gap: 1rem 1.2rem;
  }
  .counseling_offline .table_td .radio_panel li .label_box label span {
    font-size: 1.3rem;
  }
  .counseling_offline .tab1.step1 p {
    margin: 15rem 0 15rem 0;
    font-size: 1.3rem;
  }
  .counseling_offline .tab1.step1 .btn_wrap button {
    width: 38rem;
  }
  .counseling_offline .tab1.step2 .privacy2 {
    margin-top: 2rem;
    margin-bottom: 6rem;
    font-size: 1.5rem;
  }
  .counseling_offline .tab1.step2 .input_wrap {
    width: calc(50% - 0.25rem);
    margin-right: 0.5rem;
  }
  .counseling_offline .tab1.step2 .dropdownWrapper {
    width: calc(50% - 0.25rem);
  }
  .counseling_offline .tab2.step1 .offline_custom .table_td a {
    font-size: 1.3rem;
  }
  .counseling_complete .inner {
    padding: 10rem 0 12rem;
  }
  .counseling_complete .inner .contents_title {
    margin: 0 auto 8rem;
  }
  .counseling_complete .inner .contents_title h3 {
    font-size: 3.6rem;
    margin: 0 auto 3rem;
  }
  .counseling_complete .inner .contents_title h3::before {
    width: 5.2rem;
    height: 4.4rem;
    margin: 0 auto 2rem;
  }
  .counseling_complete .inner .contents_title h6 {
    font-size: 2rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap {
    gap: 3rem;
    margin: 0 auto 4rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 2rem 3rem;
    text-align: left;
    flex-direction: row;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box {
    gap:0 !important;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box_title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2.4rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box_title i {
    font-size: 2rem;
    margin: 0 auto 1rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box_img {
    /*margin-left: auto;*/
  }
  .counseling_complete .inner .contents_inner .box_wrap .box .tiny_noti {
    font-size: 1.4rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .counseling_complete .inner .contents_inner .ap_btn_wrap {
    gap: 7.2916vw;
  }
  .counseling_complete .inner .contents_inner .btn {
    font-size: 1.6rem;
    width: 40%;
  }
  .counseling_kakaotalk h3 {
    margin: 6rem 0 3rem 0;
    font-size: 2.5rem;
  }
  .counseling_kakaotalk .contents_inner .box i {
    width: 5rem;
    height: 2.5rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .counseling_kakaotalk .contents_inner .box p {
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .counseling_kakaotalk .contents_inner .box .img {
    min-height: 12rem;
  }
  .counseling_qna .write .table li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0;
  }
  .counseling_qna .write .table li:last-of-type {
    padding: 0;
  }
  .counseling_qna .write .table_th {
    width: initial;
    min-height: initial;
    margin-bottom: 1rem;
    padding: 0;
  }
  .counseling_qna .write .table_td {
    width: 100%;
    min-height: initial;
    padding: 0;
  }
  .counseling_qna .write .table_td .w250 {
    width: 100% !important;
  }
  .counseling_qna .write .btn_wrap {
    margin-top: 3rem;
  }
  .counseling_qna .list .table li {
    position: relative;
    padding: 0.7rem 0 3.2rem 0;
  }
  .counseling_qna .list .table_td:nth-of-type(1) {
    display: none;
  }
  .counseling_qna .list .table_td:nth-of-type(2) {
    width: initial;
    min-height: 4rem;
    padding: 0;
    color: #0082ff;
    font-weight: 700;
  }
  .counseling_qna .list .table_td:nth-of-type(3) {
    position: absolute;
    left: 0;
    bottom: 0.7rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 5.8rem;
    min-height: initial;
    color: #bbbbbb;
    font-size: 1.2rem;
    text-align: left;
  }
  .counseling_qna .list .table_td:nth-of-type(3)::before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
    width: 1px;
    height: 1.1rem;
    background-color: #d7d7d7;
  }
  .counseling_qna .list .table_td:nth-of-type(4) {
    min-height: initial;
    padding: 1rem 5.8rem 1rem 0;
    font-weight: 700;
  }
  .counseling_qna .list .table_td:nth-of-type(4).with_file {
    padding: 1rem 5.8rem 1rem 0;
  }
  .counseling_qna .list .table_td:nth-of-type(4) .subject_title {
    height: 2rem;
    line-height: 2.1rem;
  }
  .counseling_qna .list .table_td:nth-of-type(5) {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    min-height: initial;
    background-color: #f7f7f7;
    border-radius: 50%;
  }
  .counseling_qna .list .table_td:nth-of-type(5).done {
    padding: 0 1.1rem;
    line-height: 1.2;
    color: #ffffff;
    word-break: keep-all;
    background-color: #0082ff;
  }
  .counseling_qna .list .table_td:nth-of-type(6) {
    position: absolute;
    left: 3.2rem;
    bottom: 0.7rem;
    width: 13rem;
    min-height: initial;
    color: #bbbbbb;
    font-size: 1.2rem;
  }
  .counseling_qna .view .table li {
    padding: 0;
  }
  .counseling_qna .view .table li:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 6rem;
    padding: 0 1rem 1.8rem 1rem;
  }
  .counseling_qna .view .table li:first-of-type .table_th {
    width: 100%;
    padding-top: 1.9rem;
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .counseling_qna .view .table li:first-of-type .table_td {
    padding-top: 0;
  }
  .counseling_qna .view .table_th .blue {
    margin-right: 1rem;
  }
  .counseling_qna .view .table_td {
    font-size: 1.2rem;
  }
  .counseling_qna .view .table_td span {
    height: 1.2rem;
    margin-left: 0.7rem;
    padding-left: 0.7rem;
  }
  .counseling_qna .view .table_td:nth-of-type(2) {
    color: #bbbbbb;
    font-weight: 400;
  }
  .counseling_qna .view .btn_wrap {
    margin-top: 3rem;
  }
  .counseling_qna .view .btn_wrap .btn_wrap {
    margin-top: 0;
  }
  .counseling_qna .tab1.list {
    min-height: calc(100vh - 686px);
  }
  .counseling_faq .sub_page {
    min-height: calc(100vh - 505px);
  }
  .counseling_faq fieldset details summary {
    height: 6rem;
    line-height: 6rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .counseling_faq fieldset details summary::before {
    right: 1.5rem;
    width: 0.9rem;
    height: 1.4rem;
  }
  .counseling_faq fieldset details .answer {
    padding: 2.5rem 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .counseling_offline .sub_page_img {
    margin-bottom: 1rem;
  }
  .counseling_offline .sub_page_info {
    margin-bottom: 1rem;
    padding: 2rem 2rem;
  }
  .counseling_offline .sub_page_info p {
    line-height: 1.2;
    font-size: 1.3rem;
  }
  .counseling_offline .table li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .counseling_offline .table_th {
    width: 100%;
    min-height: initial;
    padding-top: 1.2rem;
    padding-left: initial;
    padding-bottom: 0;
  }
  .counseling_offline .table_td {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    min-height: initial;
  }
  .counseling_offline .table_td span:first-of-type {
    margin-bottom: 0.9rem;
  }
  .counseling_offline .table_td .select {
    margin-right: 0.5rem;
  }
  .counseling_offline .table_td .input_text {
    height: 4rem;
  }
  .counseling_offline .table_td .label_box {
    gap: 1rem 1rem;
  }
  .counseling_offline .table_td .label_box li {
    width: calc(50% - 0.5rem);
  }
  .counseling_offline .table_td .radio_tab li a {
    width: 4.5rem;
  }
  .counseling_offline .tab1.step1 p {
    margin: 15rem 0 15rem 0;
    font-size: 1.3rem;
  }
  .counseling_offline .tab1.step1 .btn_wrap button {
    width: 100%;
  }
  .counseling_offline .tab1.step2 .privacy2 {
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
  .counseling_offline .tab1.step2 .input_wrap {
    width: calc(50% - 0.25rem);
    margin-right: 0.5rem;
  }
  .counseling_offline .tab1.step2 .dropdownWrapper {
    width: calc(50% - 0.25rem);
  }
  .counseling_offline .tab1.step2 .btn_blue {
    width: 100%;
    font-size: 1.6rem;
  }
  .counseling_offline .tab2.step1 .offline_custom {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .counseling_offline .tab2.step1 .offline_custom li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .counseling_offline .tab2.step1 .offline_custom .table_th {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: initial;
    min-height: 5rem;
    line-height: 1.2;
    padding-top: 1rem;
    padding-left: initial;
    padding-bottom: 1rem;
  }
  .counseling_offline .tab2.step1 .offline_custom .table_td {
    width: initial;
    min-height: 5rem;
    font-size: 1.2rem;
    letter-spacing: -0.05rem;
  }
  .counseling_offline .tab2.step1 .offline_custom .table_td a {
    font-size: 1.2rem;
  }
  .counseling_offline .tab2.step2 .btn_blue {
    width: 100%;
    font-size: 1.6rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box {
    display: block;
    text-align: center;
    padding: 3rem 0;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box_title {
    font-size: 2rem;
    margin: 0 auto 4rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box_title i {
    font-size: 1.6rem;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box_img {
    max-width: 70%;
    margin: 0 auto;
  }
  .counseling_complete .inner .contents_inner .box_wrap .box .tiny_noti {
    font-size: 1.1rem;
  }

  .counseling_kakaotalk h3 {
    margin: 6rem 0 4rem 0;
    font-size: 2.2rem;
  }
  .counseling_kakaotalk .contents_title {
    font-size: 1.8rem;
  }
  .counseling_kakaotalk .contents.id_search .contents_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            gap: 10.2430vw;
  }
  .counseling_kakaotalk .contents.qr .contents_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .counseling_kakaotalk .contents.qr .contents_title span {
    margin-top: 1rem;
    margin-left: 0;
    font-size: 1.3rem;
  }
  .counseling_kakaotalk .contents.qr .contents_inner .box {
    width: calc(33.33% - 0.7rem);
  }
  .counseling_kakaotalk .contents.qr .contents_inner .box p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .counseling_kakaotalk .contents.qr .contents_inner .box .img {
    margin-bottom: 2rem;
  }
  .counseling_kakaotalk .contents.qr .contents_inner .box span {
    font-size: 1.3rem;
  }
  .counseling_faq .sub_page {
    min-height: calc(100vh - 478px);
  }
  .counseling_faq .tab_base {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .counseling_faq .tab_base li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 33.33%;
  }
  .counseling_faq fieldset details summary {
    font-size: 1.3rem;
  }
  .counseling_faq fieldset details .answer {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=counseling.css.map */